home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
kermit.columbia.edu
/
kermit.columbia.edu.tar
/
kermit.columbia.edu
/
newsgroups
/
misc.20021006-20030409
/
000408_jaltman2@nyc.rr.com_Wed Apr 9 08:48:18 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2003-04-08
|
3KB
|
68 lines
Article: 14211 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!phl-feed.news.verio.net!iad-feed.news.verio.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!news.maxwell.syr.edu!newsfeed-east.nntpserver.com!nntpserver.com!news-west.rr.com!news-server.columbus.rr.com!cyclone.rdc-nyc.rr.com!news-out.nyc.rr.com!twister.nyc.rr.com.POSTED!53ab2750!not-for-mail
From: "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3) Gecko/20030312
X-Accept-Language: en-us, en
MIME-Version: 1.0
Newsgroups: comp.protocols.kermit.misc
Subject: Re: init string modification
References: <PIucncSY7NRP8A6jXTWcrg@comcast.com> <Pine.HPX.4.44.0304081817150.5354-100000@fog.ccsf.cc.ca.us>
In-Reply-To: <Pine.HPX.4.44.0304081817150.5354-100000@fog.ccsf.cc.ca.us>
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Lines: 45
Message-ID: <T_Lka.593$TR5.285@twister.nyc.rr.com>
Date: Wed, 09 Apr 2003 02:57:55 GMT
NNTP-Posting-Host: 66.108.138.151
X-Complaints-To: abuse@rr.com
X-Trace: twister.nyc.rr.com 1049857075 66.108.138.151 (Tue, 08 Apr 2003 22:57:55 EDT)
NNTP-Posting-Date: Tue, 08 Apr 2003 22:57:55 EDT
Organization: Road Runner - NYC
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14211
TAPI dialing must be turned off if you want to be able to configure the
INIT strings from Kermit. If you do not, you must modify them in the
Control Panel.
SET TAPI MODEM-DIALING {ON, OFF}
Mark Sapiro wrote:
> On Tue, 8 Apr 2003, it was written:
>
>
>>Looking for a bit of confirmation or suggestion as to best practice re K95
>>v2.
>>
>>Using tapi (set port tapi), I wish to modify a modem setup string to turn
>>off its' blacklisting "feature". It occurs to me that all I should have to
>>do in my script is to \Freplace the \v(m-init) string to insert the command,
>>after testing \v(modem) name to insure I don't shoot my self in the foot.
>>Almost too easy?
>
>
> Yup!
>
> Kermit built in variables are read only. You can't assign or define them
> or change their values with functions.
>
> You change \v(m_init) with the command
> SET MODEM COMMAND INIT-STRING
>
> You might also find useful
> SET MODEM COMMAND PREDIAL-INIT
>
> Give the command
> HELP MODEM
> for more info.
>
> Note, you can
> SET MODEM COMMAND INIT-STRING \freplace(\v(m_init),...)
>
> --
> Mark Sapiro <msapiro@value.net> The highway is for gamblers,
> San Francisco Bay Area, California better use your sense - B. Dylan
>